projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e9036b1
)
* lisp/gnus/message.el (gnus-extract-address-components):
author
Glenn Morris
<rgm@gnu.org>
Mon, 27 Apr 2015 19:48:29 +0000
(15:48 -0400)
committer
Glenn Morris
<rgm@gnu.org>
Mon, 27 Apr 2015 19:48:29 +0000
(15:48 -0400)
Remove bogus declaration that was masking previous problem.
lisp/gnus/message.el
patch
|
blob
|
history
diff --git
a/lisp/gnus/message.el
b/lisp/gnus/message.el
index 01f2523e0f1a2030ba445adcabb5796d042f510c..8bb0a78a4463f68d22f7855fe0a85487c0c0b1f4 100644
(file)
--- a/
lisp/gnus/message.el
+++ b/
lisp/gnus/message.el
@@
-3997,8
+3997,6
@@
This function uses `mail-citation-hook' if that is non-nil."
"Cite function in the standard Message manner."
(message-cite-original-1 nil))
-(defvar gnus-extract-address-components)
-
(autoload 'format-spec "format-spec")
(autoload 'gnus-date-get-time "gnus-util")